home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 752 b | 36 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UTEView.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UTEView;
-
- INTERFACE
-
- USES
- {$SETC __UTEView__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPInterfaces)UMacApp} UMacApp,
-
- { • Implementation use }
- ToolUtils, Fonts, FixMath, Script, Errors;
-
- {$SETC __UTEView__ := FALSE}
- { • Include the public interface }
- {$SETC _UTEViewIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UTEView.p}
- {$SETC UsingIncludes := _UTEViewIncludes}
-
- IMPLEMENTATION
-
- {$I UTEView.Globals.p}
- {$I UTEView.TTEView.p}
- {$I UTEView.TTECommand.p}
-
- END.
-